pub unsafe fn TTIsEmbeddingEnabledForFacename<P0>(
    lpszfacename: P0,
    pbenabled: *mut BOOL
) -> i32
where P0: IntoParam<PCSTR>,