pub unsafe extern "C" fn SimConnect_SetSystemState(
    hSimConnect: HANDLE,
    szState: *const c_char,
    dwInteger: DWORD,
    fFloat: f32,
    szString: *const c_char
) -> HRESULT