[−][src]Function binaryen_sys::BinaryenModuleWriteWithSourceMap
pub unsafe extern "C" fn BinaryenModuleWriteWithSourceMap(
module: BinaryenModuleRef,
url: *const c_char,
output: *mut c_char,
outputSize: usize,
sourceMap: *mut c_char,
sourceMapSize: usize
) -> BinaryenBufferSizes