Function windows::Wdk::System::SystemServices::RtlDeleteRegistryValue

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