pub unsafe extern "C" fn SBLaunchInfoAddOpenFileAction(
    instance: SBLaunchInfoRef,
    fd: c_int,
    path: *const c_char,
    read: bool,
    write: bool
) -> bool