pub unsafe fn WlanHostedNetworkSetSecondaryKey<P0, P1, P2>(
    hclienthandle: P0,
    puckeydata: &[u8],
    bispassphrase: P1,
    bpersistent: P2,
    pfailreason: Option<*mut WLAN_HOSTED_NETWORK_REASON>,
    pvreserved: Option<*const c_void>
) -> u32
where P0: Param<HANDLE>, P1: Param<BOOL>, P2: Param<BOOL>,