pub unsafe extern "system" fn SymLoadModule64(
    hprocess: HANDLE,
    hfile: HANDLE,
    imagename: PCSTR,
    modulename: PCSTR,
    baseofdll: u64,
    sizeofdll: u32
) -> u64
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"