pub type FnLibraryVersionMinor = unsafe extern "C" fn(library_instance: *mut c_void) -> i32;
Function pointer type for LibraryVersionMinor.