pub unsafe extern "C" fn al_remove_config_key(
    config: *mut ALLEGRO_CONFIG,
    section: *const c_char,
    key: *const c_char
) -> c_bool