pub unsafe extern "C" fn cpu_write_elf32_note(
f: Option<unsafe extern "C" fn(*const c_void, u64, *mut c_void) -> i32>,
cpu: *mut CPUState,
cpuid: i32,
opaque: *mut c_void,
) -> i32Expand description
cpu_write_elf32_note: @f: pointer to a function that writes memory to a file @cpu: The CPU whose memory is to be dumped @cpuid: ID number of the CPU @opaque: pointer to the CPUState struct