pub unsafe fn QueryFullProcessImageNameA<P0>(
    hprocess: P0,
    dwflags: PROCESS_NAME_FORMAT,
    lpexename: PSTR,
    lpdwsize: *mut u32
) -> Result<()>
where P0: IntoParam<HANDLE>,