Function windows::Win32::Storage::IscsiDisc::GetIScsiTargetInformationA

pub unsafe fn GetIScsiTargetInformationA<P0, P1>(
    targetname: P0,
    discoverymechanism: P1,
    infoclass: TARGET_INFORMATION_CLASS,
    buffersize: *mut u32,
    buffer: *mut c_void,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,