pub unsafe extern "C" fn cpu_write_elf64_note(
    f: WriteCoreDumpFunction,
    cpu: *mut CPUState,
    cpuid: c_int,
    opaque: *mut c_void
) -> c_int
Expand description

cpu_write_elf64_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