Skip to main content

switch_core_db_bind_text

Function switch_core_db_bind_text 

Source
pub unsafe extern "C" fn switch_core_db_bind_text(
    pStmt: *mut switch_core_db_stmt_t,
    i: c_int,
    zData: *const c_char,
    nData: c_int,
    xDel: switch_core_db_destructor_type_t,
) -> c_int