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

cpu_write_elf64_qemunote: @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