pub unsafe fn K32GetProcessImageFileNameA<P0>(
    hprocess: P0,
    lpimagefilename: &mut [u8],
) -> u32
where P0: Param<HANDLE>,