Function ORGetValue
pub unsafe fn ORGetValue<P1, P2>(
handle: ORHKEY,
lpsubkey: P1,
lpvalue: P2,
pdwtype: Option<*mut u32>,
pvdata: Option<*mut c_void>,
pcbdata: Option<*mut u32>,
) -> WIN32_ERRORwhere
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,