Function windows::Win32::Networking::Ldap::ldap_simple_bind_sW

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