pub unsafe fn DsBindWithSpnW<P0, P1, P2>(
    domaincontrollername: P0,
    dnsdomainname: P1,
    authidentity: Option<*const c_void>,
    serviceprincipalname: P2,
    phds: *mut HANDLE
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,