pub unsafe extern "C" fn dpiConn_changePassword(
conn: *mut dpiConn,
userName: *const c_char,
userNameLength: u32,
oldPassword: *const c_char,
oldPasswordLength: u32,
newPassword: *const c_char,
newPasswordLength: u32,
) -> c_intExpand description
Changes the password of the specified user.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.