pub unsafe extern "C" fn BinaryenModuleSetFieldName(
    module: BinaryenModuleRef,
    heapType: BinaryenHeapType,
    index: BinaryenIndex,
    name: *const c_char
)