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