windows::Win32::Networking::Ldap

Function ldap_simple_bind_sW

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