pub unsafe extern "C" fn my_decimal_to_string_native(
    this: *const my_decimal,
    to: *mut String,
    prec: uint,
    dec: uint,
    filler: c_char,
    mask: uint
) -> c_int