pub unsafe fn ClusterRegCreateKeyEx<P0, P1, P2>(
    hkey: P0,
    lpsubkey: P1,
    dwoptions: u32,
    samdesired: u32,
    lpsecurityattributes: Option<*const SECURITY_ATTRIBUTES>,
    phkresult: *mut HKEY,
    lpdwdisposition: Option<*mut u32>,
    lpszreason: P2
) -> i32
where P0: IntoParam<HKEY>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,