Function SQLAllocHandle

Source
pub unsafe extern "C" fn SQLAllocHandle(
    fHandleType: SQLSMALLINT,
    hInput: SQLHANDLE,
    phOutput: *mut SQLHANDLE,
) -> SQLRETURN