Function windows::Win32::System::Threading::QueryFullProcessImageNameW

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