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