pub unsafe fn ldap_bind<P0, P1>( ld: *mut LDAP, dn: P0, cred: P1, method: u32, ) -> u32where P0: Param<PCSTR>, P1: Param<PCSTR>,