windows::Wdk::System::SystemServices

Function RtlDeleteRegistryValue

pub unsafe fn RtlDeleteRegistryValue<P1, P2>(
    relativeto: u32,
    path: P1,
    valuename: P2,
) -> NTSTATUS
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,