#[no_mangle]
pub unsafe extern "C" fn LLVMWriteBitcodeToFile(
    M: LLVMModuleRef,
    Path: *const c_char
) -> c_int