pub unsafe fn ldap_searchW<P1, P3>( ld: *mut LDAP, base: P1, scope: u32, filter: P3, attrs: *const *const u16, attrsonly: u32, ) -> u32where P1: Param<PCWSTR>, P3: Param<PCWSTR>,