pub unsafe fn ldap_bindW<P1, P2>( ld: *mut LDAP, dn: P1, cred: P2, method: u32, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,