pub unsafe extern "system" fn ldap_search(
    ld: *mut ldap,
    base: PCSTR,
    scope: u32,
    filter: PCSTR,
    attrs: *const *const i8,
    attrsonly: u32
) -> u32
Expand description

Required features: "Win32_Networking_Ldap"