[−][src]Function places_ffi::places_api_new
#[no_mangle]pub extern "C" fn places_api_new(
db_path: FfiStr<'_>,
error: &mut ExternError
) -> u64
Instantiate a places API. Returned api must be freed with
places_api_destroy
. Returns null and logs on errors (for now).