[][src]Function binaryen_sys::BinaryenAddCustomSection

pub unsafe extern "C" fn BinaryenAddCustomSection(
    module: BinaryenModuleRef,
    name: *const c_char,
    contents: *const c_char,
    contentsSize: BinaryenIndex
)