Function dpiStmt_bindByPos

Source
pub unsafe extern "C" fn dpiStmt_bindByPos(
    stmt: *mut dpiStmt,
    pos: u32,
    var: *mut dpiVar,
) -> c_int