photokit 0.4.0

Safe Rust bindings for Apple's Photos framework — photo library access on macOS
Documentation
1
2
3
4
5
use core::ffi::c_void;

extern "C" {
    pub fn ph_change_release(change: *mut c_void);
}