pub unsafe fn ldap_compare_sW<P1, P2, P3>( ld: *mut LDAP, dn: P1, attr: P2, value: P3, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,