Function windows::Wdk::System::Registry::NtRestoreKey

pub unsafe fn NtRestoreKey<P0, P1>(
    keyhandle: P0,
    filehandle: P1,
    flags: u32,
) -> NTSTATUS
where P0: Param<HANDLE>, P1: Param<HANDLE>,