#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_module_deserialize_file(
engine: &wasm_engine_t,
path: *const c_char,
out: &mut *mut wasmtime_module_t,
) -> Option<Box<wasmtime_error_t>>
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmtime_module_deserialize_file(
engine: &wasm_engine_t,
path: *const c_char,
out: &mut *mut wasmtime_module_t,
) -> Option<Box<wasmtime_error_t>>