windows::Win32::System::Diagnostics::Debug

Function ReBaseImage64

pub unsafe fn ReBaseImage64<P0, P1>(
    currentimagename: P0,
    symbolpath: P1,
    frebase: bool,
    frebasesysfileok: bool,
    fgoingdown: bool,
    checkimagesize: u32,
    oldimagesize: *mut u32,
    oldimagebase: *mut u64,
    newimagesize: *mut u32,
    newimagebase: *mut u64,
    timestamp: u32,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,