pub unsafe extern "C" fn LLVMWriteBitcodeToFD( M: *mut LLVMModule, FD: i32, ShouldClose: i32, Unbuffered: i32, ) -> i32
Write a module to an open file descriptor.
Returns 0 on success.