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