pub unsafe extern "C" fn LLVMWriteBitcodeToFile( M: *mut LLVMModule, Path: *const i8, ) -> i32
Write a module to the specified path.
Returns 0 on success.