pub unsafe fn SymGetSourceFileChecksum<P0, P1>(
    hprocess: P0,
    base: u64,
    filespec: P1,
    pchecksumtype: *mut u32,
    pchecksum: &mut [u8],
    pactualbyteswritten: *mut u32,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCSTR>,