#[no_mangle]
pub unsafe extern "C" fn LLVMWriteBitcodeToFileHandle(
    M: LLVMModuleRef,
    Handle: c_int
) -> c_int