Function xed_sys::xed_set_log_file

source ·
pub unsafe extern "C" fn xed_set_log_file(o: *mut c_void)
Expand description

Set the FILE* for XED’s log msgs. This takes a FILE* as a void* because some software defines their own FILE* types creating conflicts.