pub unsafe extern "C" fn al_show_native_message_box(
    display: *mut ALLEGRO_DISPLAY,
    title: *const c_char,
    heading: *const c_char,
    text: *const c_char,
    buttons: *const c_char,
    flags: c_int
) -> c_int