pub unsafe fn CfGetWin32HandleFromProtectedHandle<P0>(
    protectedhandle: P0
) -> HANDLE
where P0: IntoParam<HANDLE>,