Function windows::Win32::Networking::Ldap::ldap_searchW

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