Function windows::Win32::Networking::Ldap::ldap_search_stW

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