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