sqlite3_bind_pointer

Function sqlite3_bind_pointer 

Source
pub unsafe extern "C" fn sqlite3_bind_pointer(
    arg1: *mut sqlite3_stmt,
    arg2: i32,
    arg3: *mut c_void,
    arg4: *const i8,
    arg5: Option<unsafe extern "C" fn(*mut c_void)>,
) -> i32