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