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