[−][src]Function places_ffi::places_get_visited
#[no_mangle]pub unsafe extern "C" fn places_get_visited(
handle: u64,
urls: *const *const c_char,
urls_len: i32,
byte_buffer: *mut bool,
byte_buffer_len: i32,
error: &mut ExternError
)
Safety
This takes a bunch of pointers and dereferences all of them. It was written this way to avoid unnecessary overhead, but should really be rewritten to use protobufs.