Function dpiStmt_getBindNames

Source
pub unsafe extern "C" fn dpiStmt_getBindNames(
    stmt: *mut dpiStmt,
    numBindNames: *mut u32,
    bindNames: *mut *const c_char,
    bindNameLengths: *mut u32,
) -> c_int