pub unsafe extern "C" fn file_browser_set_callback(
    browser: *mut FileBrowser,
    callback: FileBrowserCallback,
    context: *mut c_void
)