Function windows::Win32::Networking::Ldap::ldap_bind_sW

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