pub unsafe extern "system" fn SymGetSourceFileTokenByTokenNameW(
    hprocess: HANDLE,
    base: u64,
    filespec: PCWSTR,
    tokenname: PCWSTR,
    tokenparameters: PCWSTR,
    token: *mut *mut c_void,
    size: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"