pub unsafe extern "C" fn al_register_sample_saver_f(
    ext: *const c_char,
    saver: Option<extern "C" fn(arg1: *mut ALLEGRO_FILE, arg2: *mut ALLEGRO_SAMPLE) -> c_bool>
) -> c_bool