Function windows::Win32::System::Threading::IsWow64Process

pub unsafe fn IsWow64Process<P0>(
    hprocess: P0,
    wow64process: *mut BOOL,
) -> Result<()>
where P0: Param<HANDLE>,