windows::Win32::NetworkManagement::Rras

Function RasGetCustomAuthDataA

pub unsafe fn RasGetCustomAuthDataA<P0, P1>(
    pszphonebook: P0,
    pszentry: P1,
    pbcustomauthdata: Option<*mut u8>,
    pdwsizeofcustomauthdata: *mut u32,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,