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