windows::Win32::Networking::Ldap

Function ldap_simple_bindW

pub unsafe fn ldap_simple_bindW<P1, P2>(
    ld: *mut LDAP,
    dn: P1,
    passwd: P2,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,