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