pub unsafe extern "C" fn XPLMDrawMapIconFromSheet(
    layer: XPLMMapLayerID,
    inPngPath: *const c_char,
    s: c_int,
    t: c_int,
    ds: c_int,
    dt: c_int,
    mapX: f32,
    mapY: f32,
    orientation: XPLMMapOrientation,
    rotationDegrees: f32,
    mapWidth: f32
)