pub unsafe extern "cdecl" fn ldap_search_sW(
    ld: *mut LDAP,
    base: PCWSTR,
    scope: u32,
    filter: PCWSTR,
    attrs: *const *const u16,
    attrsonly: u32,
    res: *mut *mut LDAPMessage
) -> u32
Expand description

Required features: "Win32_Foundation"