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