Function windows::Win32::Networking::Ldap::ldap_search_st

pub unsafe fn ldap_search_st<P0, P1>(
    ld: *mut LDAP,
    base: P0,
    scope: u32,
    filter: P1,
    attrs: *const *const i8,
    attrsonly: u32,
    timeout: *mut LDAP_TIMEVAL,
    res: *mut *mut LDAPMessage,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,